C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGridDetailProvider<TItem> Class / ShowDetail Method
The index of the original row.


In This Topic
ShowDetail Method
In This Topic
Shows the detail row.
Syntax
'Declaration
 
Public Sub ShowDetail( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As FlexGridDetailProvider(Of TItem)
Dim index As Integer
 
instance.ShowDetail(index)

Parameters

index
The index of the original row.
See Also